home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Developer
/
StopWatch
/
Source
/
ClientViewMgr.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-23
|
196 b
|
15 lines
/*
* For legal stuff see the file COPYRIGHT
*/
#import "ViewMgr.h"
@interface ClientViewMgr : ViewMgr
{
id dataForm;
BOOL hasSelection;
BOOL isEditing;
BOOL enteringNewClient;
}
@end